home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 696
- Height = 480
- Caption = 'Data Modules At Design Time Example'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object MainMenu1: TMainMenu
- Left = 152
- Top = 120
- object File1: TMenuItem
- Caption = '&File'
- object BrowseCustomers1: TMenuItem
- Caption = '&Browse Customers'
- OnClick = BrowseCustomers1Click
- end
- end
- end
- end
-